+Wed Oct 29 12:50:02 2003 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkfilechooserutils.c (delegate_set_current_folder):
+ Fix infinite recursion. (#125679, Christian Persch)
+
Wed Oct 29 13:29:15 GMT 2003 Tony Gale <gale@gtk.org>
* docs/faq/gtk-faq.sgml: further 2.x updates:
+Wed Oct 29 12:50:02 2003 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkfilechooserutils.c (delegate_set_current_folder):
+ Fix infinite recursion. (#125679, Christian Persch)
+
Wed Oct 29 13:29:15 GMT 2003 Tony Gale <gale@gtk.org>
* docs/faq/gtk-faq.sgml: further 2.x updates:
+Wed Oct 29 12:50:02 2003 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkfilechooserutils.c (delegate_set_current_folder):
+ Fix infinite recursion. (#125679, Christian Persch)
+
Wed Oct 29 13:29:15 GMT 2003 Tony Gale <gale@gtk.org>
* docs/faq/gtk-faq.sgml: further 2.x updates:
+Wed Oct 29 12:50:02 2003 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkfilechooserutils.c (delegate_set_current_folder):
+ Fix infinite recursion. (#125679, Christian Persch)
+
Wed Oct 29 13:29:15 GMT 2003 Tony Gale <gale@gtk.org>
* docs/faq/gtk-faq.sgml: further 2.x updates:
+Wed Oct 29 12:50:02 2003 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkfilechooserutils.c (delegate_set_current_folder):
+ Fix infinite recursion. (#125679, Christian Persch)
+
Wed Oct 29 13:29:15 GMT 2003 Tony Gale <gale@gtk.org>
* docs/faq/gtk-faq.sgml: further 2.x updates:
delegate_set_current_folder (GtkFileChooser *chooser,
const GtkFilePath *path)
{
- _gtk_file_chooser_set_current_folder_path (chooser, path);
+ _gtk_file_chooser_set_current_folder_path (get_delegate (chooser), path);
}
static GtkFilePath *